home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / srcuc.zip / S.H < prev    next >
C/C++ Source or Header  |  1992-05-05  |  2KB  |  51 lines

  1. /* -*-C-*-
  2.    System file for HP-UX
  3.  
  4. $Header: /scheme/src/microcode/dosutl/RCS/s.h,v 1.1 1992/05/05 07:01:31 jinx Exp $
  5.  
  6. Copyright (c) 1989, 1990 Massachusetts Institute of Technology
  7.  
  8. This material was developed by the Scheme project at the Massachusetts
  9. Institute of Technology, Department of Electrical Engineering and
  10. Computer Science.  Permission to copy this software, to redistribute
  11. it, and to use it for any purpose is granted, subject to the following
  12. restrictions and understandings.
  13.  
  14. 1. Any copy made of this software must include this copyright notice
  15. in full.
  16.  
  17. 2. Users of this software agree to make their best efforts (a) to
  18. return to the MIT Scheme project any improvements or extensions that
  19. they make, so that these may be included in future releases; and (b)
  20. to inform MIT of noteworthy uses of this software.
  21.  
  22. 3. All materials developed as a consequence of the use of this
  23. software shall duly acknowledge such use, in accordance with the usual
  24. standards of acknowledging credit in academic research.
  25.  
  26. 4. MIT has made no warrantee or representation that the operation of
  27. this software will be error-free, and MIT is under no obligation to
  28. provide any services, by way of maintenance, update, or otherwise.
  29.  
  30. 5. In conjunction with products arising from the use of this material,
  31. there shall be no use of the name of the Massachusetts Institute of
  32. Technology nor of any adaptation thereof in any advertising,
  33. promotional, or sales literature without prior written consent from
  34. MIT in each case. */
  35.  
  36. #define HAVE_TERMINFO
  37.  
  38. /* Define HAVE_STARBASE_GRAPHICS if you want Starbase graphics support. */
  39. /* #define HAVE_STARBASE_GRAPHICS */
  40.  
  41. /* No special libraries are needed for debugging. */
  42. #define LIB_DEBUG
  43.  
  44. #ifndef INSTALL_PROGRAM
  45. #define INSTALL_PROGRAM cp
  46. #endif
  47.  
  48. #define C_SWITCH_SYSTEM -D_HPUX
  49.  
  50. #define LIB_DYNAMIC_LOAD /usr/lib/libdld.sl
  51.